/* This is for any unique stylings that apply only to this program */

/* This ID is for entire area of the program you will see before the actual simulation section is displayed */



#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#OverviewPicture{
	position: absolute;
	top: 400px;
	left: 300px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 850px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#AnswerSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}

#SpaceForAnswer{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#AnswerTitle{
	position: absolute;
	width: 900px;
	top: 10px;
}

#DirectionsforSub{
	position: absolute;
	width: 900px;
	top: 60px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 900px;
	top: 150px;
	left: 0px;
}

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 350px;
	height: 200px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 350px;
	left: 0px;
	height: 50px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 350px;
	height: 200px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 350px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
}

#ReturnMessage{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: hidden;
}

#ReturnName{
	position: absolute;
	top: 25px;
}

#Return1{
	position: absolute;
	top: 125px;
}

#Return2{
	position: absolute;
	top: 225px;
}

#Return3{
	position: absolute;
	top: 325px;
}

#ReturnResultGood{
	position: absolute;
	top: 450px;
	visibility: hidden;
}

#ReturnResultBad{
	position: absolute;
	top: 450px;
	visibility: hidden;
}

#FinishTime{
	position: absolute;
	top: 550px;
	visibility: hidden;
}

.ReturnDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
	width: 800px;
	left: 50px;
	
}


.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
}

#SubmitButton{
	position: absolute;
	bottom: 200px;
	right: 375px;
	width: 150px;
}

#Sign1{
	position: absolute;
	left: 60px;
}

#Sign2{
	position: absolute;
	left: 270px;
}

#Sign3{
	position: absolute;
	left: 480px;
}

#Sign4{
	position: absolute;
	left: 690px;
}

#EndButton{
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 150px;
	visibility: hidden;
}

#RestartButton{
	position: absolute;
	top: 25px;
	left: 100px;
	width: 150px;
	visibility: hidden;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.BigButton{
	height: 38px;
	padding-top: 10px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#990000;
}

.AnswerButton{
	bottom: 10px;
	width: 150px;
	height: 120px;
	background-color: #DDDDDD;
	border: 4px #000000 solid;
	border-radius: 10px;
	
}


.sltitle{
	position: absolute;
	left:0px;
	height: 20px;
	width: 150px;
	top: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}

.Force{
	position: absolute;
	left:0px;
	height: 50px;
	width: 150px;
	top: 35px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#000000;
}

.direct{
	position: absolute;
	left:0px;
	height: 30px;
	width: 150px;
	top: 85px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}


